home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / avahi / introspection / ServiceBrowser.introspect < prev    next >
Extensible Markup Language  |  2009-10-18  |  2KB  |  66 lines

  1. <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
  2. <?xml-stylesheet type="text/xsl" href="introspect.xsl"?>
  3. <!DOCTYPE node SYSTEM "introspect.dtd">
  4.  
  5. <!-- $Id$ -->
  6.  
  7. <!--
  8.   This file is part of avahi.
  9.  
  10.   avahi is free software; you can redistribute it and/or modify it
  11.   under the terms of the GNU Lesser General Public License as
  12.   published by the Free Software Foundation; either version 2 of the
  13.   License, or (at your option) any later version.
  14.  
  15.   avahi is distributed in the hope that it will be useful, but
  16.   WITHOUT ANY WARRANTY; without even the implied warranty of
  17.   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  18.   General Public License for more details.
  19.  
  20.   You should have received a copy of the GNU Lesser General Public
  21.   License along with avahi; if not, write to the Free Software
  22.   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
  23.   02111-1307 USA.
  24. -->
  25.  
  26. <node>
  27.   
  28.   <interface name="org.freedesktop.DBus.Introspectable">
  29.     <method name="Introspect">
  30.       <arg name="data" type="s" direction="out" />
  31.     </method>
  32.   </interface>
  33.  
  34.   <interface name="org.freedesktop.Avahi.ServiceBrowser">
  35.  
  36.     <method name="Free"/>
  37.       
  38.     <signal name="ItemNew">
  39.       <arg name="interface" type="i"/>
  40.       <arg name="protocol" type="i"/>
  41.       <arg name="name" type="s"/>
  42.       <arg name="type" type="s"/>
  43.       <arg name="domain" type="s"/>
  44.       <arg name="flags" type="u"/>
  45.     </signal>
  46.  
  47.     <signal name="ItemRemove">
  48.       <arg name="interface" type="i"/>
  49.       <arg name="protocol" type="i"/>
  50.       <arg name="name" type="s"/>
  51.       <arg name="type" type="s"/>
  52.       <arg name="domain" type="s"/>
  53.       <arg name="flags" type="u"/>
  54.     </signal>
  55.  
  56.     <signal name="Failure">
  57.       <arg name="error" type="s"/>
  58.     </signal>
  59.  
  60.     <signal name="AllForNow"/>
  61.  
  62.     <signal name="CacheExhausted"/>
  63.  
  64.   </interface> 
  65. </node>
  66.